From news-rocq.inria.fr!jussieu.fr!univ-lyon1.fr!newsfeed.nacamar.de!howland.erols.net!newspeer.monmouth.com!uunet!in1.uu.net!news.ulak.net.tr!news.bilkent.edu.tr!istanbul!scinar Wed Aug 12 13:23:49 1998 Article: 9480 of rec.games.corewar Path: news-rocq.inria.fr!jussieu.fr!univ-lyon1.fr!newsfeed.nacamar.de!howland.erols.net!newspeer.monmouth.com!uunet!in1.uu.net!news.ulak.net.tr!news.bilkent.edu.tr!istanbul!scinar From: Sukru Cinar Newsgroups: rec.games.corewar Subject: newbie question Date: Wed, 12 Aug 1998 13:02:29 +0300 Organization: Bilkent University Lines: 35 Message-ID: NNTP-Posting-Host: istanbul.ug.bcc.bilkent.edu.tr Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Sender: scinar@istanbul hello, I've just started corewars and have found a somewhat different approach to imp rings.(At least, I think so yet.) Does it exist in any of the previous warriors? What can be done to this code to make it a warrior? ;redcode-94 ;name Impring ;author Sukru Cinar ;assert CORESIZE==8000 ; Imp ring with two parts ( imp edge? ) ; with this method, you can have any number of parts ; making up an imp ring, with any number of spaces between them jj mov 4001, 4002 jp mov -4001, -4000 start spl jump2 jump1 mov jp, 4001 jmp 4000 jump2 mov jj, -2 jmp -3 end start **************************************************************************** Sukru Cinar scinar@ug.bcc.bilkent.edu.tr Undergraduate Computer Science Student in Bilkent/Turkey ****************************************************************************